home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001134_RASHTY@hujivms.bitnet _Sat May 15 14:07:26 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <RASHTY@hujivms.bitnet>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA28686; Sat, 15 May 93 14:07:26 MET DST
  4. Received: from cearn.cern.ch by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA29079; Sat, 15 May 1993 14:28:28 +0200
  6. Received: from CEARN.CERN.CH by CEARN.cern.ch (IBM VM SMTP V2R2)
  7.    with BSMTP id 6430; Sat, 15 May 93 14:27:45 SET
  8. Received: from HUJIVMS (NJE origin RASHTY@HUJIVMS) by CEARN.CERN.CH (LMail V1.1d/1.7f) with BSMTP id 1930; Sat, 15 May 1993 14:27:45 +0200
  9. Received: by HUJIVMS (HUyMail-V6l); Sat, 15 May 93 15:28:11 +0300
  10. Date:     Sat,  15 May 93 15:28 +0300
  11. Message-Id: <15050093152811@HUJIVMS>
  12. From: Dudu Rashty +972-2-584848 <RASHTY%HUJIVMS.BITNET@cearn.bitnet>
  13. To: www-talk@nxoc01.cern.ch, yehavi@dxmint.cern.ch
  14. Subject:  VMS SEARCH SERVERS
  15.  
  16. Hello All,
  17.  
  18. I have written two new VMS SEARCH gateways.
  19.  
  20. The first one is a regular Search server and the second is a phone search
  21. server.
  22.  
  23. This servers can execute VMS search (like grep) commands and return a
  24. hypertext pointer of the files found with match.
  25. (The phone search server return the items found in each file as plaintext)
  26.  
  27. The search have AND and OR capabilities (currently just OR or Just AND).
  28.  
  29. What this server means is that it is possible to search all the *local* node
  30. tree or define any part of the local node for searching.
  31.  
  32. I will put it in anonymous ftp www.huji.ac.il cd WWW/VMS_SEARCH
  33.  
  34. I think that it will be good if someone will do the same for Unix grep.
  35.  
  36. **
  37. **      this server accepts the following:
  38. **      http://node/SEARCH/intro_file_name%search_area?keylist
  39. **      http://node/SEARCH/intro_file_name%search_area?
  40. **      http://node/SEARCH/search_area?keylist
  41. **      http://node/SEARCH/search_area?
  42. **      where
  43. **    - intro_file_name: Is an introduction file describing the search
  44. **    - search_area: Is a VMS description of the files to search, it
  45. **          can be any of the following : disk:[...]*.*,disk:[user]*.ext ...
  46. **      - keylist: Is a combination of words separated by : for OR
  47. **           or & for AND (can't mix OR with AND YET @@), for example
  48. **           A:B:C (A OR B OR C), A&B&C (A AND B AND C)
  49. **         @@ NOT PERMITTED YET !!! (A:B&C)
  50. **
  51. **    Important: The directory in which the server run must be with o:rwd
  52. **    so the search result can be written and letter read and delete.
  53. **
  54. **      Bugs:
  55. **    - Can't mix AND with OR
  56.  
  57.  
  58. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  59. :                                                      **** Thanks !! **** :
  60. : Dudu Rashty                Rashty@Vms.Huji.Ac.Il         __o     o__     :
  61. : Computation Center         Bitnet:Rashty@HUJIVMS       _ \<,_   _.>/ _   :
  62. : The Hebrew University      Phone:  +972-2-584397      (_)/ (_) (_) \(_)  :
  63. : Jerusalem 91904, ISRAEL.   Fax:    +972-2-527349       D    u    d    u  :
  64. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~